home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / hello / README.TXT < prev   
Encoding:
Text File  |  2004-09-15  |  662 b   |  20 lines

  1. BlueJ example project "hello"
  2.  
  3. Copyright (c) Michael K÷lling, Monash University, 1999-2000
  4.  
  5. This is "Hello world".
  6.  
  7. This project is distributed with the BlueJ system to make all those people
  8. happy who want to look at "Hello World" before anything else. 
  9.  
  10. Please note that I think that this project is totally unsuitable to learn
  11. or teach anything about object-orientation. There is no sensible use of 
  12. objects in this problem, and I do not recommend using it for teaching OO.
  13.  
  14. You can start this project in two ways:
  15.  
  16.   - create a "Hello" object and run its "go" method, or
  17.   - execute the static "main" method of the "Hello" class
  18.  
  19.  
  20. Michael K÷lling, August 2000